home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 837 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.3 KB

  1. Path: newsbf02.news.aol.com!not-for-mail
  2. From: wcejw@aol.com (WCEjw)
  3. Newsgroups: comp.lang.c++
  4. Subject: symantec screensaver libs
  5. Date: 7 Jan 1996 15:58:05 -0500
  6. Organization: America Online, Inc. (1-800-827-6364)
  7. Sender: root@newsbf02.news.aol.com
  8. Message-ID: <4cpc4t$4gv@newsbf02.news.aol.com>
  9. Reply-To: wcejw@aol.com (WCEjw)
  10. NNTP-Posting-Host: newsbf02.mail.aol.com
  11.  
  12.     After deveoping my fist screensaver mostly in C, using Microsofts
  13. scrnsave.h and following Microsofts API help .... A curious question came
  14. up?.
  15.  
  16. Symantecs compiler complained that the microsoft library clibe did not
  17. exist.
  18.  
  19. Luckly I had a copy of Visual C++ and I extracted the needed library...
  20.  
  21. Actually the library was not needed.. The scrnsaver worked fine with or
  22. without Microsoft's library... Just a warning that it needed this library.
  23. I found if you put the Microsoft library in the same directory as your
  24. project ..Symantec's warning would disappear on linkage.. Note: you don't
  25. even enclude this in your project!
  26.  
  27. Is this a bug with the purchased Symantec library or does Microsoft look
  28. for it's own library's for certain built in Window procedures ... such as
  29. its screensaver far
  30. Winmain procedure.
  31.  
  32. This may not be a serious issue but I am curious if anyone else has seen
  33. and knows why this happens
  34.  
  35. Thanks Ernie
  36.